pub unsafe extern "C" fn xPortCheckValidListMem(
    ptr: *const c_void,
) -> boolExpand description
@brief Checks if a given piece of memory can be used to store a FreeRTOS list
- Defined in heap_idf.c
 
@param ptr Pointer to memory @return true Memory can be used to store a List @return false Otherwise