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.
pub unsafe extern "C" fn pm_string_length(
string: *const pm_string_t,
) -> usize
Returns the length associated with the string.
@param string The string to get the length of. @return The length of the string.