pub type SHComposeError = Option<unsafe extern "C" fn(privateContext: *mut c_void, errorText: SHString, warningOnly: SHBool)>;
enum SHComposeError { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: bool)), }
No value.
Some value of type T.
T