sqlite3_sys

Function 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