sqlite3_busy_handler

Function sqlite3_busy_handler 

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