pub unsafe extern "C" fn executorch_register_pal(
impl_: ExecutorchPalImpl,
) -> boolExpand description
Override the PAL functions with user implementations. Any null entries in the table are unchanged and will keep the default implementation.
Returns true if the registration was successful, false otherwise.