pub unsafe fn CommandLineToArgvW<P0>(
    lpcmdline: P0,
    pnumargs: *mut i32
) -> *mut PWSTR
where P0: IntoParam<PCWSTR>,