Function sqlite3_commit_hook

Source
pub unsafe extern "C" fn sqlite3_commit_hook(
    arg1: *mut sqlite3,
    arg2: Option<unsafe extern "C" fn(*mut c_void) -> i32>,
    arg3: *mut c_void,
) -> *mut c_void