pub unsafe extern "system" fn PoFxPowerControl(
    handle: POHANDLE,
    powercontrolcode: *const GUID,
    inbuffer: *const c_void,
    inbuffersize: usize,
    outbuffer: *mut c_void,
    outbuffersize: usize,
    bytesreturned: *mut usize
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"