#[no_mangle]
pub unsafe extern "C" fn sqlite3_robotstxt_init(
db: *mut sqlite3,
pz_err_msg: *mut *mut c_char,
p_api: *mut sqlite3_api_routines,
) -> c_uint
Expand description
ยงSafety
Should only be called by underlying SQLite C APIs, like sqlite3_auto_extension and sqlite3_cancel_auto_extension.