Function pm_string_source

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

Returns the start pointer associated with the string.

@param string The string to get the start pointer of. @return The start pointer of the string.