pub unsafe extern "C" fn sqlite3_progress_handler(
    p: *mut sqlite3,
    n: c_int,
    f: Option<sqlite3_progress_handler_callback>,
    p: *mut c_void
)