executorch_Program_load_method

Function executorch_Program_load_method 

Source
pub unsafe extern "C" fn executorch_Program_load_method(
    self_: *const Program,
    method_name: *const c_char,
    memory_manager: *mut MemoryManager,
    event_tracer: EventTracerRefMut,
    named_data_map: NamedDataMapRef,
    out: *mut Method,
) -> Error