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>
) -> NTSTATUS
where P0: Param<POHANDLE>,