pub type OptionalStrMut = OptZero<Str>;Expand description
An optional muttable 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 OptionalStrMut(/* private fields */);