pub type ngx_spawn_proc_pt = Option<unsafe extern "C" fn(*mut ngx_cycle_s, *mut c_void)>;
pub enum ngx_spawn_proc_pt { None, Some(unsafe extern "C" fn(*mut ngx_cycle_s, *mut c_void)), }
No value.
Some value of type T.
T