pub unsafe extern "C" fn heap_caps_walk_all(
walker_func: Option<unsafe extern "C" fn(_: walker_heap_info, _: walker_block_info, _: *mut c_void) -> bool>,
user_data: *mut c_void,
)
Expand description
@brief Function called to walk through all heaps defined by the heap component
@param walker_func Callback called for each block of the heaps being traversed @param user_data Opaque pointer to user defined data