Function shimshmem_getEmulateCpuid

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmem_getEmulateCpuid(
    manager: *const ShimShmemManager,
) -> bool
Expand description

Get whether cpuid emulation is enabled.

ยงSafety

Pointer args must be safely dereferenceable.