XWalCloseFn

Type Alias XWalCloseFn 

Source
pub type XWalCloseFn = extern "C" fn(wal: *mut Wal, db: *mut sqlite3, sync_flags: c_int, n_buf: c_int, z_buf: *mut u8) -> c_int;