Function sqlite3_sys::sqlite3_busy_handler
source ยท pub unsafe extern "C" fn sqlite3_busy_handler(
p: *mut sqlite3,
f: Option<sqlite3_busy_callback>,
p: *mut c_void,
) -> c_int
pub unsafe extern "C" fn sqlite3_busy_handler(
p: *mut sqlite3,
f: Option<sqlite3_busy_callback>,
p: *mut c_void,
) -> c_int