Function mdbx_cursor_set_userctx
pub unsafe extern "C" fn mdbx_cursor_set_userctx(
cursor: *mut MDBX_cursor,
ctx: *mut c_void,
) -> i32
Available on crate feature
mdbx
only.pub unsafe extern "C" fn mdbx_cursor_set_userctx(
cursor: *mut MDBX_cursor,
ctx: *mut c_void,
) -> i32
mdbx
only.