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. It may not be null-terminated.