pub unsafe extern "C" fn CSTL_string_at(
instance: CSTL_StringRef,
pos: usize,
) -> *mut c_charExpand description
Returns a pointer to the character at pos.
If pos >= CSTL_string_length(instance) a null pointer is returned.
pub unsafe extern "C" fn CSTL_string_at(
instance: CSTL_StringRef,
pos: usize,
) -> *mut c_charReturns a pointer to the character at pos.
If pos >= CSTL_string_length(instance) a null pointer is returned.