Type Alias XFileControlFn

Source
pub type XFileControlFn = unsafe extern "C" fn(file_ptr: *mut sqlite3_file, op: c_int, arg: *mut c_void) -> c_int;