Function proc_handler_call

Source
pub unsafe extern "C" fn proc_handler_call(
    handler: *mut proc_handler_t,
    name: *const c_char,
    params: *mut calldata_t,
) -> bool
Expand description

Calls a function in a procedure handler. Returns false if the named procedure is not found.