Function sqlite3_sys::sqlite3_trace_v2
source ยท pub unsafe extern "C" fn sqlite3_trace_v2(
p: *mut sqlite3,
n: c_uint,
f: Option<sqlite3_trace_v2_callback>,
p: *mut c_void,
) -> c_int
pub unsafe extern "C" fn sqlite3_trace_v2(
p: *mut sqlite3,
n: c_uint,
f: Option<sqlite3_trace_v2_callback>,
p: *mut c_void,
) -> c_int