executorch_register_pal

Function executorch_register_pal 

Source
pub unsafe extern "C" fn executorch_register_pal(
    impl_: ExecutorchPalImpl,
) -> bool
Expand 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.