Function ngx_add_module

Source
pub unsafe extern "C" fn ngx_add_module(
    cf: *mut ngx_conf_s,
    file: *mut ngx_str_t,
    module: *mut ngx_module_s,
    order: *mut *mut i8,
) -> isize