Function libsqlite3_sys::sqlite3_busy_handler [] [src]

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