pub unsafe fn SHEmptyRecycleBinA<P0, P1>(
    hwnd: P0,
    pszrootpath: P1,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,