Function cStrFromFixedLengthString

Source
pub fn cStrFromFixedLengthString<'a>(
    ptr: *const c_char,
    maximumLength: usize,
) -> &'a CStr