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