pub unsafe fn phoneGetIconA<P0>(
    dwdeviceid: u32,
    lpszdeviceclass: P0,
    lphicon: *mut HICON
) -> i32
where P0: IntoParam<PCSTR>,