CSTL_string_index

Function CSTL_string_index 

Source
pub unsafe extern "C" fn CSTL_string_index(
    instance: CSTL_StringRef,
    pos: usize,
) -> *mut c_char
Expand description

Returns a pointer to the character at pos.

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