pub unsafe extern "C" fn SSL_set_ssl_method(
    s: *mut SSL,
    method: *const SSL_METHOD
) -> c_int