pub unsafe fn lineGetDevConfig<P0>(
    dwdeviceid: u32,
    lpdeviceconfig: *mut VARSTRING,
    lpszdeviceclass: P0
) -> i32
where P0: IntoParam<PCSTR>,