Type Alias RequiredPtr

Source
pub type RequiredPtr<T> = *const T;
Expand description

An immuttable pointer to T

the syscall will return [ErrorStatus::InvaildPtr] if it is not aligned to align_of::<T>() or if it is null

typically used for the syscall to return a value