realised_string_get_buffer_start

Function realised_string_get_buffer_start 

Source
pub unsafe extern "C" fn realised_string_get_buffer_start(
    realised_string: *mut realised_string,
) -> *const c_char
Expand 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.