[][src]Function sqlite3_native::sqlite3_progress_handler

#[no_mangle]pub unsafe extern "C" fn sqlite3_progress_handler(
    db: *mut sqlite3,
    nOps: c_int,
    xProgress: Option<unsafe extern "C" fn(_: *mut c_void) -> c_int>,
    pArg: *mut c_void
)