Function windows::Wdk::System::SystemServices::PoFxPowerControl
pub unsafe fn PoFxPowerControl<P0>(
handle: P0,
powercontrolcode: *const GUID,
inbuffer: Option<*const c_void>,
inbuffersize: usize,
outbuffer: Option<*mut c_void>,
outbuffersize: usize,
bytesreturned: Option<*mut usize>,
) -> NTSTATUSwhere
P0: Param<POHANDLE>,