pub unsafe extern "C" fn sceAudioOutSetVolume(
    port: c_int,
    ch: SceAudioOutChannelFlag,
    vol: *mut c_int
) -> c_int
Available on crate feature SceAudio_stub only.