pub type ComponentGet = Option<unsafe extern "C" fn(params: *const ComponentGetParams) -> *mut c_void>;
pub enum ComponentGet { None, Some(unsafe extern "C" fn(*const ComponentGetParams) -> *mut c_void), }
No value.
Some value of type T.
T