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