pub unsafe extern "C" fn executorch_TensorImpl_new(
self_: *mut TensorImpl,
type_: ScalarType,
dim: usize,
sizes: *mut SizesType,
data: *mut c_void,
dim_order: *mut DimOrderType,
strides: *mut StridesType,
dynamism: TensorShapeDynamism,
)