Function sqlite3::ffi::sqlite3_busy_handler [] [src]

pub unsafe extern "C" fn sqlite3_busy_handler(
    arg1: *mut sqlite3,
    arg2: Option<extern "C" fn(_: *mut c_void, _: c_int) -> c_int>,
    arg3: *mut c_void
) -> c_int