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>,
) -> NTSTATUS
where P0: Param<PCWSTR>,