Function tee_internal::binding::TEE_BigIntAdd

source ยท
pub unsafe extern "C" fn TEE_BigIntAdd(
    dest: *mut TEE_BigInt,
    op1: *const TEE_BigInt,
    op2: *const TEE_BigInt,
)