Skip to main content

nix_realised_string_get_buffer_start

Function nix_realised_string_get_buffer_start 

Source
pub unsafe extern "C" fn nix_realised_string_get_buffer_start(
    realised_string: *mut nix_realised_string,
) -> *const c_char
Expand description

Start of the string

§Arguments

  • realised_string [in] -

§Returns

pointer to the start of the string, valid until realised_string is freed. It may not be null-terminated.