XWriteFn

Type Alias XWriteFn 

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