pub unsafe fn lineCreateAgentW<P0, P1>(
    hline: u32,
    lpszagentid: P0,
    lpszagentpin: P1,
    lphagent: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,