pub unsafe extern "C" fn sgx_rsa_pub_encrypt_sha256( rsa_key: *const c_void, pout_data: *mut u8, pout_len: *mut usize, pin_data: *const u8, pin_len: usize) -> SgxStatus