pub unsafe extern "C" fn SSL_select_next_proto(
    out: *mut *mut u8,
    out_len: *mut u8,
    peer: *const u8,
    peer_len: c_uint,
    supported: *const u8,
    supported_len: c_uint
) -> c_int