#[no_mangle]
pub unsafe extern "C" fn mun_type_pointer_type(
    ty: Type,
    mutable: bool,
    pointer_ty: *mut Type
) -> ErrorHandle
Expand description

Returns a new Type that is a pointer to 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.