pub type ngx_spawn_proc_pt = Option<unsafe extern "C" fn(_: *mut ngx_cycle_s, _: *mut c_void)>;
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