Function db_env_set_func_seek

Source
pub unsafe extern "C" fn db_env_set_func_seek(
    arg1: Option<unsafe extern "C" fn(arg1: c_int, arg2: off_t, arg3: c_int) -> c_int>,
) -> c_int