pub type LPWAVECALLBACK = Option<unsafe extern "C" fn(arg1: HDRVR, arg2: UINT, arg3: DWORD_PTR, arg4: DWORD_PTR, arg5: DWORD_PTR)>;
Aliased Type§
enum LPWAVECALLBACK {
None,
Some(unsafe extern "C" fn(_: *mut HDRVR__, _: u32, _: u64, _: u64, _: u64)),
}