pub unsafe extern "C" fn prism_registry_create(
ctx: *mut PrismContext,
id: PrismBackendId,
) -> *mut PrismBackendExpand description
Creates a new backend instance.
ยงSafety
ctx must be a live context from prism_init that has not been passed to prism_shutdown.