Function fdk_aac_sys::FDKmemset

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

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