pub unsafe extern "C" fn sqlite3_unlock_notify( pBlocked: *mut sqlite3, xNotify: Option<unsafe extern "C" fn(_: *mut *mut c_void, _: i32)>, pNotifyArg: *mut c_void, ) -> i32