Type Alias StrPtr

Source
pub type StrPtr = RequiredPtr<u8>;
Expand description

An immuttable pointer to a byte array

the syscall will return ErrorStatus::InvalidPtr if it is null

the syscall will return ErrorStatus::InvalidStr if it is not valid utf-8

typically followed by a len parameter to specify the length of the string