pub unsafe extern "C" fn sqlite_objs_vfs_register_with_ops(
ops: *mut azure_ops_t,
ctx: *mut c_void,
makeDefault: c_int,
) -> c_intExpand description
Register the “sqlite-objs” VFS with an explicit ops vtable and context.
Convenience wrapper for test code.