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