pub unsafe extern "system" fn NtSetSystemEnvironmentValueEx(
    VariableName: *mut UNICODE_STRING,
    VendorGuid: *const GUID,
    Value: *mut c_void,
    ValueLength: u32,
    Attributes: u32
) -> NTSTATUS