Function sqlite3_sys::sqlite3_commit_hook
source ยท pub unsafe extern "C" fn sqlite3_commit_hook(
p: *mut sqlite3,
f: Option<sqlite3_commit_hook_callback>,
p: *mut c_void,
) -> *mut c_void
pub unsafe extern "C" fn sqlite3_commit_hook(
p: *mut sqlite3,
f: Option<sqlite3_commit_hook_callback>,
p: *mut c_void,
) -> *mut c_void