[][src]Type Definition sqlite3_native::LOGFUNC_t

type LOGFUNC_t = Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: *const c_char)>;