Function windows::Win32::Storage::CloudFilters::CfConnectSyncRoot

pub unsafe fn CfConnectSyncRoot<P0>(
    syncrootpath: P0,
    callbacktable: *const CF_CALLBACK_REGISTRATION,
    callbackcontext: Option<*const c_void>,
    connectflags: CF_CONNECT_FLAGS,
) -> Result<CF_CONNECTION_KEY>
where P0: Param<PCWSTR>,