pub unsafe extern "system" fn CfGetPlaceholderRangeInfo(
    filehandle: HANDLE,
    infoclass: CF_PLACEHOLDER_RANGE_INFO_CLASS,
    startingoffset: i64,
    length: i64,
    infobuffer: *mut c_void,
    infobufferlength: u32,
    returnedlength: *mut u32
) -> HRESULT
Expand description

Required features: "Win32_Storage_CloudFilters", "Win32_Foundation"