pub unsafe extern "C" fn PxStringTable_allocateStr_mut(
self_: *mut PxStringTable,
inSrc: *const c_char,
) -> *const c_charExpand description
Allocate a new string.
Always a valid null terminated string. “” is returned if “” or null is passed in.