Function sqlite3_preupdate_hook

Source
pub unsafe extern "C" fn sqlite3_preupdate_hook(
    db: *mut sqlite3,
    xPreUpdate: Option<unsafe extern "C" fn(*mut c_void, *mut sqlite3, i32, *const i8, *const i8, i64, i64)>,
    arg1: *mut c_void,
) -> *mut c_void