pub unsafe fn CfReportSyncStatus<P0>(
    syncrootpath: P0,
    syncstatus: Option<*const CF_SYNC_STATUS>
) -> Result<()>
where P0: IntoParam<PCWSTR>,