Type Alias PTP_WAIT_CALLBACK

Source
pub type PTP_WAIT_CALLBACK = Option<unsafe extern "C" fn(arg1: PTP_CALLBACK_INSTANCE, arg2: PVOID, arg3: PTP_WAIT, arg4: TP_WAIT_RESULT)>;

Aliased Type§

enum PTP_WAIT_CALLBACK {
    None,
    Some(unsafe extern "C" fn(_: *mut _TP_CALLBACK_INSTANCE, _: *mut c_void, _: *mut _TP_WAIT, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _TP_CALLBACK_INSTANCE, _: *mut c_void, _: *mut _TP_WAIT, _: u32))

Some value of type T.