Function windows::Wdk::System::SystemServices::ExSetFirmwareEnvironmentVariable
pub unsafe fn ExSetFirmwareEnvironmentVariable(
variablename: *const UNICODE_STRING,
vendorguid: *const GUID,
value: Option<*const c_void>,
valuelength: u32,
attributes: u32,
) -> NTSTATUS