pub type ASYNC_COMPLETION = Option<unsafe extern "system" fn(dwrequestid: u32, lresult: i32)>;
enum ASYNC_COMPLETION { None, Some(unsafe extern "system" fn(_: u32, _: i32)), }
No value.
Some value of type T.
T