sfSoundBuffer_createFromSamples

Function sfSoundBuffer_createFromSamples 

Source
pub unsafe extern "C" fn sfSoundBuffer_createFromSamples(
    samples: *const sfInt16,
    sampleCount: sfUint64,
    channelCount: c_uint,
    sampleRate: c_uint,
) -> *mut sfSoundBuffer