Function executorch_sys::et_pal_init
source ยท pub unsafe extern "C" fn et_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.