pub type PTP_WIN32_IO_CALLBACK = Option<unsafe extern "C" fn(Instance: PTP_CALLBACK_INSTANCE, Context: PVOID, Overlapped: PVOID, IoResult: ULONG, NumberOfBytesTransferred: ULONG_PTR, Io: PTP_IO)>;
Aliased Type§
enum PTP_WIN32_IO_CALLBACK {
None,
Some(unsafe extern "C" fn(_: *mut _TP_CALLBACK_INSTANCE, _: *mut c_void, _: *mut c_void, _: u32, _: u64, _: *mut _TP_IO)),
}