pub unsafe extern "system" fn RtlQueryEnvironmentVariable(
    Environment: PVOID,
    Name: PWSTR,
    NameLength: SIZE_T,
    Value: PWSTR,
    ValueLength: SIZE_T,
    ReturnLength: PSIZE_T
) -> NTSTATUS