Function mlir_sys::mlirQuantizedTypeCastFromStorageType 
source · pub unsafe extern "C" fn mlirQuantizedTypeCastFromStorageType(
    type_: MlirType,
    candidate: MlirType
) -> MlirTypeExpand description
Casts from a type based on the storage type of the given type to a corresponding type based on the given type. Returns a null type if the cast is not valid.