Type Alias voicemeeter::bindings::T_VBVMR_Output_GetDeviceDescW
source · 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),
}