Macro uefi::opaque_type

source ·
macro_rules! opaque_type {
    (
        $(#[$struct_attrs:meta])*
        $struct_vis:vis struct $struct_name:ident;
    ) => { ... };
}
Expand description

Create an opaque struct suitable for use as an FFI pointer.

The internal representation uses the recommendation in the nomicon.