pub type SHAsyncCancelProc = Option<unsafe extern "C" fn(context: *mut SHContext, userData: *mut c_void)>;
enum SHAsyncCancelProc { None, Some(unsafe extern "C" fn(_: *mut SHContext, _: *mut c_void)), }
No value.
Some value of type T.
T