pub type OptionalStr = OptZero<Str>;Expand description
An optional immuttable nullable utf8 byte slice
the syscall will return ErrorStatus::InvalidStr if it is not null and is not valid utf-8
typically followed by a len parameter to specify the length of the string
can be null
Aliased Typeยง
pub struct OptionalStr(/* private fields */);