pub unsafe extern "C" fn sqlite3_unlock_notify(
    p: *mut sqlite3,
    f: Option<sqlite3_unlock_notify_callback>,
    p: *mut c_void
) -> c_int