sqlite3_sys

Function sqlite3_declare_vtab

source
pub unsafe extern "C" fn sqlite3_declare_vtab(
    p: *mut sqlite3,
    p: *const c_char,
) -> c_int