Function windows_native::ntexapi::NtQuerySystemInformationEx
source · pub unsafe extern "system" fn NtQuerySystemInformationEx(
SystemInformationClass: SYSTEM_INFORMATION_CLASS,
InputBuffer: *mut c_void,
InputBufferLength: u32,
SystemInformation: *mut c_void,
SystemInformationLength: u32,
ReturnLength: *mut u32
) -> NTSTATUS