pub unsafe fn SHIsFileAvailableOffline<P0>(
    pwszpath: P0,
    pdwstatus: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<PCWSTR>,