Structs§
- File
Path - File name represented as a nul-terminated byte array.
Functions§
- bytes_
with_ 🔒null - Converts a byte slice into a null-terminated CStr.
- vec_
to_ cstr - Converts a
Vec<u8>
into a null-terminatedCStr
.
Vec<u8>
into a null-terminated CStr
.