pub unsafe extern "C" fn sqlite3_compileoption_used(
zOptName: *const c_char,
) -> c_intExpand description
Check if a SQLite compile-time option was used.
pub unsafe extern "C" fn sqlite3_compileoption_used(
zOptName: *const c_char,
) -> c_intCheck if a SQLite compile-time option was used.