pub unsafe extern "C" fn realised_string_get_buffer_start(
realised_string: *mut realised_string,
) -> *const c_charExpand description
@brief Start of the string @param[in] realised_string @return pointer to the start of the string, valid until realised_string is freed. It may not be null-terminated.