pub unsafe extern "C" fn SSL_CTX_use_RSAPrivateKey(
    ctx: *mut SSL_CTX,
    rsa: *mut RSA
) -> c_int