Function ngx_create_temp_file

Source
pub unsafe extern "C" fn ngx_create_temp_file(
    file: *mut ngx_file_s,
    path: *mut ngx_path_t,
    pool: *mut ngx_pool_s,
    persistent: usize,
    clean: usize,
    access: usize,
) -> isize