pub unsafe extern "C" fn TEE_BigIntSub(
    dest: *mut TEE_BigInt,
    op1: *mut TEE_BigInt,
    op2: *mut TEE_BigInt
)