pub unsafe fn ip_is_cpuid(ip: *const u8) -> bool
Whether ip points to a cpuid instruction.
ip
ip must be a dereferenceable pointer, pointing to the beginning of a valid x86_64 instruction.