pub type T_VBVMR_Output_GetDeviceDescW = Option<unsafe extern "C" fn(zindex: c_long, nType: *mut c_long, wszDeviceName: *mut c_ushort, wszHardwareId: *mut c_ushort) -> c_long>;

Aliased Type§

enum T_VBVMR_Output_GetDeviceDescW {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut i32, _: *mut u16, _: *mut u16) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut i32, _: *mut u16, _: *mut u16) -> i32)

Some value of type T.