pub unsafe extern "C" fn sqlite3_create_module_v2(
    p: *mut sqlite3,
    p: *const c_char,
    p: *const sqlite3_module,
    p: *mut c_void,
    f: Option<sqlite3_callback>
) -> c_int