pub unsafe fn lineConfigDialogEdit<P0, P1>(
    dwdeviceid: u32,
    hwndowner: P0,
    lpszdeviceclass: P1,
    lpdeviceconfigin: *const c_void,
    dwsize: u32,
    lpdeviceconfigout: *mut VARSTRING
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,