Function pm_string_length

Source
pub unsafe extern "C" fn pm_string_length(
    string: *const pm_string_t,
) -> usize
Expand description

Returns the length associated with the string.

@param string The string to get the length of. @return The length of the string.