[][src]Function sqlite3_native::sqlite3_busy_handler

#[no_mangle]pub unsafe extern "C" fn sqlite3_busy_handler(
    db: *mut sqlite3,
    xBusy: Option<unsafe extern "C" fn(_: *mut c_void, _: c_int) -> c_int>,
    pArg: *mut c_void
) -> c_int