Function libsql_sys::ffi::sqlite3_progress_handler
source · pub unsafe extern "C" fn sqlite3_progress_handler(
arg1: *mut sqlite3,
arg2: i32,
arg3: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
arg4: *mut c_void
)