Function sqlite3_unlock_notify

Source
pub unsafe extern "C" fn sqlite3_unlock_notify(
    pBlocked: *mut sqlite3,
    xNotify: Option<extern "C" fn(arg1: *mut *mut c_void, arg2: c_int)>,
    pNotifyArg: *mut c_void,
) -> c_int