pub unsafe fn lineHandoff<P0>(
    hcall: u32,
    lpszfilename: P0,
    dwmediamode: u32
) -> i32
where P0: IntoParam<PCSTR>,