sqlite3_sys

Type Alias sqlite3_busy_callback

source
pub type sqlite3_busy_callback = extern "C" fn(_: *mut c_void, _: c_int) -> c_int;