Type Alias sqlite3_sys::sqlite3_commit_hook_callback

source ยท
pub type sqlite3_commit_hook_callback = extern "C" fn(_: *mut c_void) -> c_int;