pub type XReadFn = unsafe extern "C" fn(file_ptr: *mut sqlite3_file, buf: *mut c_char, n: c_int, off: i64) -> c_int;