pub unsafe fn CfUpdateSyncProviderStatus<P0>(
    connectionkey: P0,
    providerstatus: CF_SYNC_PROVIDER_STATUS
) -> Result<()>
where P0: IntoParam<CF_CONNECTION_KEY>,