pub unsafe extern "C" fn TEE_BigIntInvMod(
    dest: *mut TEE_BigInt,
    op: *mut TEE_BigInt,
    n: *mut TEE_BigInt
)