pub unsafe fn AddMonitorA<P0>(
    pname: P0,
    level: u32,
    pmonitors: Option<*const u8>
) -> Result<()>
where P0: IntoParam<PCSTR>,