pub unsafe extern "C" fn create_transform_instance<T: FFITransformWithMetadata>(
config_ptr: *const u8,
config_len: usize,
) -> *mut c_voidExpand description
ยงSafety
config_ptrmust either be null or point toconfig_lenvalid bytes of postcard-encoded config.