Type Alias ngx_conf_post_handler_pt

Source
pub type ngx_conf_post_handler_pt = Option<unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut c_void, _: *mut c_void) -> *mut i8>;

Aliased Type§

enum ngx_conf_post_handler_pt {
    None,
    Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut c_void, _: *mut c_void) -> *mut i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut c_void, _: *mut c_void) -> *mut i8)

Some value of type T.