pub type GetPropertyInfoFDF = Option<unsafe extern "C-unwind" fn(NonNull<c_void>, AudioFilePropertyID, *mut u32, *mut u32) -> i32>;Available on crate feature
AudioFile only.Expand description
Aliased Type§
pub enum GetPropertyInfoFDF {
None,
Some(unsafe extern "C-unwind" fn(NonNull<c_void>, u32, *mut u32, *mut u32) -> i32),
}