[][src]Type Definition nginx::custom_ext_parse_cb

type custom_ext_parse_cb = Option<unsafe extern "C" fn(s: *mut SSL, ext_type: c_uint, in_: *const c_uchar, inlen: size_t, al: *mut c_int, parse_arg: *mut c_void) -> c_int>;