pub unsafe extern "system" fn RtlSetEnvironmentVar(
    Environment: *mut PWSTR,
    Name: PWSTR,
    NameLength: SIZE_T,
    Value: PWSTR,
    ValueLength: SIZE_T
) -> NTSTATUS