Function windows::Wdk::System::SystemServices::RtlQueryRegistryValues
pub unsafe fn RtlQueryRegistryValues<P0>(
relativeto: u32,
path: P0,
querytable: *mut RTL_QUERY_REGISTRY_TABLE,
context: Option<*const c_void>,
environment: Option<*const c_void>,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,