pub unsafe fn SetVCPFeature<P0>(
    hmonitor: P0,
    bvcpcode: u8,
    dwnewvalue: u32
) -> i32
where P0: IntoParam<HANDLE>,