Function optee_utee_sys::TEE_BigIntSetBit

source ยท
pub unsafe extern "C" fn TEE_BigIntSetBit(
    src: *mut TEE_BigInt,
    bitIndex: u32,
    value: bool
) -> TEE_Result