[][src]Function sqlite3_native::sqlite3_commit_hook

#[no_mangle]pub unsafe extern "C" fn sqlite3_commit_hook(
    db: *mut sqlite3,
    xCallback: Option<unsafe extern "C" fn(_: *mut c_void) -> c_int>,
    pArg: *mut c_void
) -> *mut c_void