pub unsafe fn DeleteMonitorA<P0, P1, P2>(
    pname: P0,
    penvironment: P1,
    pmonitorname: P2
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,