Function optee_utee_sys::TEE_BigIntShiftRight

source ยท
pub unsafe extern "C" fn TEE_BigIntShiftRight(
    dest: *mut TEE_BigInt,
    op: *const TEE_BigInt,
    bits: size_t
) -> c_void