pub unsafe extern "C" fn executorch_pal_init()Expand description
Initialize the platform abstraction layer.
This function should be called before any other function provided by the PAL to initialize any global state. Typically overridden by PAL implementer.