Function windows::Win32::Storage::CloudFilters::CfGetPlaceholderRangeInfo
pub unsafe fn CfGetPlaceholderRangeInfo<P0>(
filehandle: P0,
infoclass: CF_PLACEHOLDER_RANGE_INFO_CLASS,
startingoffset: i64,
length: i64,
infobuffer: *mut c_void,
infobufferlength: u32,
returnedlength: Option<*mut u32>,
) -> Result<()>where
P0: Param<HANDLE>,