Function sqlite_regex::sqlite3_regex_init
source · #[no_mangle]
pub unsafe extern "C" fn sqlite3_regex_init(
db: *mut sqlite3,
pz_err_msg: *mut *mut c_char,
p_api: *mut sqlite3_api_routines
) -> c_uintExpand description
Safety
Should only be called by underlying SQLite C APIs, like sqlite3_auto_extension and sqlite3_cancel_auto_extension.