Function CSTL_string_const_index

Source
pub unsafe extern "C" fn CSTL_string_const_index(
    instance: CSTL_StringCRef,
    pos: usize,
) -> *const c_char
Expand description

Returns a const pointer to the character at pos.

If pos >= CSTL_string_length(instance) the behavior is undefined.