Function pm_size_to_native

Source
pub unsafe extern "C" fn pm_size_to_native(
    size: pm_pack_size,
) -> usize
Expand description

Prism abstracts sizes away from the native system - this converts an abstract size to a native size.

@param size The abstract size to convert. @return The native size.