pub unsafe extern "C" fn pm_string_constant_init(
string: *mut pm_string_t,
source: *const c_char,
length: usize,
)Expand description
Initialize a constant string that doesn’t own its memory source.
@param string The string to initialize. @param source The source of the string. @param length The length of the string.