Function windows::Win32::Storage::CloudFilters::CfDehydratePlaceholder

pub unsafe fn CfDehydratePlaceholder<P0>(
    filehandle: P0,
    startingoffset: i64,
    length: i64,
    dehydrateflags: CF_DEHYDRATE_FLAGS,
    overlapped: Option<*mut OVERLAPPED>,
) -> Result<()>
where P0: Param<HANDLE>,