pub unsafe extern "C" fn sqlite3_open_v2(
    p: *const c_char,
    pp: *mut *mut sqlite3,
    n: c_int,
    p: *const c_char
) -> c_int