pub unsafe extern "system" fn RtlQueryRegistryValues(
    relativeto: u32,
    path: PCWSTR,
    querytable: *mut RTL_QUERY_REGISTRY_TABLE,
    context: *const c_void,
    environment: *const c_void,
) -> NTSTATUS