pm_constant_length

Function pm_constant_length 

Source
pub unsafe extern "C" fn pm_constant_length(
    constant: *const pm_constant_t,
) -> usize
Expand description

Return the length of a constant.

@param constant The constant to get the length of. @returns The length of the constant.