pub unsafe extern "C" fn RSA_public_encrypt(
    flen: usize,
    from: *const u8,
    to: *mut u8,
    rsa: *mut RSA,
    padding: c_int
) -> c_int