FMOD_ChannelControl_Set3DConeSettings

Function FMOD_ChannelControl_Set3DConeSettings 

Source
pub unsafe extern "C" fn FMOD_ChannelControl_Set3DConeSettings(
    channelcontrol: *mut FMOD_CHANNELCONTROL,
    insideconeangle: f32,
    outsideconeangle: f32,
    outsidevolume: f32,
) -> FMOD_RESULT