pub unsafe fn lineCreateAgentSessionW<P0>(
    hline: u32,
    hagent: u32,
    lpszagentpin: P0,
    dwworkingaddressid: u32,
    lpgroupid: *mut GUID,
    lphagentsession: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>,