Function windows::Wdk::System::SystemServices::ZwQueryKey

pub unsafe fn ZwQueryKey<P0>(
    keyhandle: P0,
    keyinformationclass: KEY_INFORMATION_CLASS,
    keyinformation: Option<*mut c_void>,
    length: u32,
    resultlength: *mut u32
) -> NTSTATUS
where P0: Param<HANDLE>,