Function windows::Win32::Storage::CloudFilters::CfGetSyncRootInfoByPath
pub unsafe fn CfGetSyncRootInfoByPath<P0>(
filepath: P0,
infoclass: CF_SYNC_ROOT_INFO_CLASS,
infobuffer: *mut c_void,
infobufferlength: u32,
returnedlength: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCWSTR>,