pub unsafe extern "C" fn sqlite3_create_module(
    p: *mut sqlite3,
    p: *const c_char,
    p: *const sqlite3_module,
    p: *mut c_void
) -> c_int