pub unsafe fn PreprocessCommand<P0>(
    hmodule: P0,
    ppwcarguments: &mut [PWSTR],
    dwcurrentindex: u32,
    ptttags: Option<&mut [TAG_TYPE]>,
    dwminargs: u32,
    dwmaxargs: u32,
    pdwtagtype: Option<*mut u32>
) -> u32
where P0: IntoParam<HANDLE>,