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