pub unsafe extern "C" fn RSA_public_key_to_bytes(
    out_bytes: *mut *mut u8,
    out_len: *mut usize,
    rsa: *const RSA
) -> c_int