pub unsafe fn ApplyLocalManagementSyncML<P0>(
    syncmlrequest: P0,
    syncmlresult: Option<*mut PWSTR>
) -> Result<()>
where P0: IntoParam<PCWSTR>,