#[no_mangle]
pub unsafe extern "C" fn mun_type_array_type(
    ty: Type,
    array_ty: *mut Type
) -> ErrorHandle
Expand description

Returns a new Type that is an array of the specified type.

Safety

This function results in undefined behavior if the passed in Types have been deallocated in a previous call to mun_type_release.