Function sqlite3_sys::sqlite3_unlock_notify

source ·
pub unsafe extern "C" fn sqlite3_unlock_notify(
    pBlocked: *mut sqlite3,
    xNotify: Option<unsafe extern "C" fn(apArg: *mut *mut c_void, nArg: c_int)>,
    pNotifyArg: *mut c_void
) -> c_int