Type Definition libsql_sys::types::XGetLastErrorFn
source · pub type XGetLastErrorFn = unsafe extern "C" fn(vfs: *mut sqlite3_vfs, n: c_int, buf: *mut c_char) -> c_int;
pub type XGetLastErrorFn = unsafe extern "C" fn(vfs: *mut sqlite3_vfs, n: c_int, buf: *mut c_char) -> c_int;