[][src]Function fdk_aac_sys::FDKmemset

pub unsafe extern "C" fn FDKmemset(memPtr: *mut c_void, value: INT, size: UINT)

Fill memory with values. The function arguments correspond to the standard memset(). Please see MSDN documentation for details on how to use it.