pub unsafe fn CommandLineFromMsiDescriptor<P0>(
    descriptor: P0,
    commandline: PWSTR,
    commandlinelength: *mut u32,
) -> u32
where P0: Param<PCWSTR>,