FMOD_ChannelControl_GetFadePoints

Function FMOD_ChannelControl_GetFadePoints 

Source
pub unsafe extern "C" fn FMOD_ChannelControl_GetFadePoints(
    channelcontrol: *mut FMOD_CHANNELCONTROL,
    numpoints: *mut c_uint,
    point_dspclock: *mut c_ulonglong,
    point_volume: *mut f32,
) -> FMOD_RESULT