[][src]Type Definition nginx::ngx_http_v2_handler_pt

type ngx_http_v2_handler_pt = Option<unsafe extern "C" fn(h2c: *mut ngx_http_v2_connection_t, pos: *mut u_char, end: *mut u_char) -> *mut u_char>;