pub type PFNCONTEXTCALL = Option<unsafe extern "system" fn(pparam: *mut ComCallData) -> HRESULT>;
enum PFNCONTEXTCALL { None, Some(unsafe extern "system" fn(_: *mut ComCallData) -> i32), }
No value.
Some value of type T.
T