pub type PTP_CLEANUP_GROUP_CANCEL_CALLBACK = Option<unsafe extern "C" fn(arg1: PVOID, arg2: PVOID)>;
enum PTP_CLEANUP_GROUP_CANCEL_CALLBACK { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)), }
No value.
Some value of type T.
T