XDeleteFn

Type Alias XDeleteFn 

Source
pub type XDeleteFn = unsafe extern "C" fn(vfs: *mut sqlite3_vfs, name: *const c_char, sync_dir: c_int) -> c_int;