[][src]Function nginx::ENGINE_ctrl_cmd

pub unsafe extern "C" fn ENGINE_ctrl_cmd(
    e: *mut ENGINE,
    cmd_name: *const c_char,
    i: c_long,
    p: *mut c_void,
    f: Option<unsafe extern "C" fn()>,
    cmd_optional: c_int
) -> c_int