pub unsafe fn lineInitialize<P0, P1>(
    lphlineapp: *mut u32,
    hinstance: P0,
    lpfncallback: LINECALLBACK,
    lpszappname: P1,
    lpdwnumdevs: *mut u32
) -> i32
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,