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