pub unsafe fn CfRegisterSyncRoot<P0>(
    syncrootpath: P0,
    registration: *const CF_SYNC_REGISTRATION,
    policies: *const CF_SYNC_POLICIES,
    registerflags: CF_REGISTER_FLAGS
) -> Result<()>
where P0: IntoParam<PCWSTR>,