Function windows::Wdk::System::SystemServices::KeQueryLogicalProcessorRelationship
pub unsafe fn KeQueryLogicalProcessorRelationship(
processornumber: Option<*const PROCESSOR_NUMBER>,
relationshiptype: LOGICAL_PROCESSOR_RELATIONSHIP,
information: Option<*mut SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX>,
length: *mut u32,
) -> NTSTATUS