Function CfGetSyncRootInfoByHandle
pub unsafe fn CfGetSyncRootInfoByHandle(
filehandle: HANDLE,
infoclass: CF_SYNC_ROOT_INFO_CLASS,
infobuffer: *mut c_void,
infobufferlength: u32,
returnedlength: Option<*mut u32>,
) -> Result<()>