Function windows_native::ntrtl::RtlQueryEnvironmentVariable
source · pub unsafe extern "system" fn RtlQueryEnvironmentVariable(
Environment: *mut c_void,
Name: PCWSTR,
NameLength: usize,
Value: PWSTR,
ValueLength: usize,
ReturnLength: *mut usize
) -> NTSTATUS