Function windows::Win32::UI::Shell::SHPathPrepareForWriteA

pub unsafe fn SHPathPrepareForWriteA<P0, P1, P2>(
    hwnd: P0,
    punkenablemodless: P1,
    pszpath: P2,
    dwflags: u32,
) -> Result<()>
where P0: Param<HWND>, P1: Param<IUnknown>, P2: Param<PCSTR>,