pub unsafe fn SetupIterateCabinetW<P0>(
    cabinetfile: P0,
    reserved: u32,
    msghandler: PSP_FILE_CALLBACK_W,
    context: *const c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,