Function sqlite3_sys::sqlite3_open

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