pub unsafe extern "C" fn sgx_calculate_sm2_priv_key(
    hash_drg: *const u8,
    hash_drg_len: i32,
    sgx_sm2_order: *const u8,
    sgx_sm2_order_len: i32,
    out_key: *mut u8,
    out_key_len: i32
) -> SgxStatus