pub unsafe extern "C" fn executorch_pal_free(ptr: *mut c_void)
Frees memory allocated by et_pal_allocate().
@param[in] ptr Pointer to memory to free. May be nullptr.