pub unsafe fn SetDefaultCommConfigA<P0>(
    lpszname: P0,
    lpcc: *const COMMCONFIG,
    dwsize: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,