pub unsafe extern "C" fn XPLMSetAudioPitch(
    fmod_channel: *mut FMOD_CHANNEL,
    audio_pitch_hz: f32
) -> FMOD_RESULT