Function windows::Win32::UI::Shell::CommandLineToArgvW

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