[][src]Function fdk_aac_sys::FDKmemclear

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

Clear memory. Either use implementation from a Standard Library, or, if no Standard Library is available, a generic implementation. The define ::USE_BUILTIN_MEM_FUNCTIONS in genericStds.cpp controls what to use. The function arguments correspond to the standard memclear(). Please see MSDN documentation for details on how to use it.