Type Alias sqlite3_sys::sqlite3_wal_hook_callback

source ยท
pub type sqlite3_wal_hook_callback = extern "C" fn(_: *mut c_void, _: *mut sqlite3, _: *const c_char, _: c_int) -> c_int;