#[unsafe(no_mangle)]pub unsafe extern "C" fn pforge_execute_handler(
handler_name: *const c_char,
input_json: *const u8,
input_len: usize,
) -> FfiResultExpand description
Execute a handler by name with JSON input
ยงSafety
handler_namemust be a valid null-terminated stringinput_jsonmust be a valid pointer to JSON bytesinput_lenmust be the correct length of input data- Caller must free result data with
pforge_free_result