Skip to main content

TEE_BigIntConvertToS32

Function TEE_BigIntConvertToS32 

Source
#[unsafe(no_mangle)]
pub extern "C" fn TEE_BigIntConvertToS32( dest: *mut i32, src: *const TEE_BigInt, ) -> TEE_Result
Expand description

将 TEE_BigInt 转换为 32 位有符号整数

参数:

  • dest: 目标 32 位有符号整数指针
  • src: 源 TEE_BigInt 指针

返回值:

  • TEE_Result: 转换结果