pub type AudioFileComponentGetPropertyInfoProc = Option<unsafe extern "C-unwind" fn(NonNull<c_void>, AudioFileComponentPropertyID, *mut u32, *mut u32) -> i32>;Expand description
Aliased Type§
pub enum AudioFileComponentGetPropertyInfoProc {
None,
Some(unsafe extern "C-unwind" fn(NonNull<c_void>, u32, *mut u32, *mut u32) -> i32),
}