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§
pub enum T_VBVMR_Output_GetDeviceDescW {
None,
Some(unsafe extern "C" fn(i32, *mut i32, *mut u16, *mut u16) -> i32),
}