Type Alias voicemeeter::bindings::T_VBVMR_IsParametersDirty
source · pub type T_VBVMR_IsParametersDirty = Option<unsafe extern "C" fn() -> c_long>;
Aliased Type§
enum T_VBVMR_IsParametersDirty {
None,
Some(unsafe extern "C" fn() -> i32),
}