pub unsafe fn SHQueryRecycleBinA<P0>(
    pszrootpath: P0,
    pshqueryrbinfo: *mut SHQUERYRBINFO
) -> Result<()>
where P0: IntoParam<PCSTR>,